home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- global gFromWhere
- RodarPrograma(gFromWhere & "aplicat\incube\setup.exe")
- end
-
- on mouseEnter
- set the visible of sprite 41 to 1
- cursor(280)
- set the member of sprite the currentSpriteNum to "INSTALA2"
- end
-
- on mouseLeave
- set the visible of sprite 41 to 0
- cursor(-1)
- set the member of sprite the currentSpriteNum to "INSTALA1"
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to "INSTALA3"
- end
-